Add remote function support#1239
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1239 +/- ##
============================================
- Coverage 74.18% 73.92% -0.27%
- Complexity 4097 4109 +12
============================================
Files 441 443 +2
Lines 13018 13106 +88
Branches 1310 1329 +19
============================================
+ Hits 9657 9688 +31
- Misses 2593 2642 +49
- Partials 768 776 +8 ☔ View full report in Codecov by Sentry. |
WilliamBergamin
left a comment
There was a problem hiding this comment.
LGTM 💯 it seems to align nicely with the JS and python implementations as well
|
|
||
| @Data | ||
| public static class Interactivity { | ||
| private String interactivityPointer; // you can use this in the samy way with trigger_id |
There was a problem hiding this comment.
Great field to highlight 💯
f06da9c to
018836e
Compare
018836e to
d51f7a8
Compare
|
Mistakenly i merged this PR into main branch, so did force revert (by changing the branch protection settings for the operation; then i got back the proper protection settings); i will come up with a new PR for this; sorry for the confusion here |
This pull request adds remote function support, which is still in beta, to this SDK.
References:
Category (place an
xin each of the[ ])Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.